home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Demos
/
ByCompany
/
Black_&_White_Software
/
NXFax
/
NXFaxInstaller.app
/
Intro.nib
/
data.classes
next >
Wrap
Text File
|
1994-04-24
|
814b
|
56 lines
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
IntroWindow = {
ACTIONS = {
};
OUTLETS = {
passwordButton;
helpButton;
titleField;
introStrings;
numUsersField;
registerButton;
quitButton;
installButton;
passwordField;
removeButton;
expireDateField;
ownerIDField;
helpStrings;
copyrightField;
nic;
configureButton;
helpField;
};
SUPERCLASS = Window;
};
Controller = {
ACTIONS = {
updatePassword:;
performIntro:;
displayHelpPanel:;
quitApplication:;
performConfigure:;
displayInfoPanel:;
performRegister:;
performRemove:;
performInstall:;
};
OUTLETS = {
niController;
progressWindow;
installStrings;
configWindow;
registerWindow;
versionTF;
removeWindow;
authObject;
infoPanel;
introWindow;
};
SUPERCLASS = Object;
};